Articles by Muhammad Arul
-
How to Install Ghost Blog Software with Apache and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: server, ubuntu, web server • Comments: 5
Ghost is a powerful Open Source publishing and blog platform that is beautifully designed and easy to use. Ghost is written in javascript and uses node.js as runtime environment. This tutorial shows the installation of the Ghost Blog software with Apache and SSL on Ubuntu 15.10.
-
How to Install Nginx with ModSecurity on Ubuntu 15.04
Author: Muhammad Arul • Tags: nginx, server, ubuntu, web server • Comments: 14
In this tutorial, I will show you how to install mod_security for the fast Nginx web server on Ubuntu 15.04. I will configure ModSecurity as a standalone module and then build Nginx from source to include ModSecurity.
-
Build an IRC Server with IRCD-Hybrid and Anope on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 3
This tutorial shows the installation of an IRC server with IRCD-Hybrid and Anope on Ubuntu 15.04 and how to secure the IRC connections with SSL.
-
-
How to install Odoo ERP Software on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 9
Odoo is an OpenSource enterprise resource planning and customer relationship software that can help you to organize and grow your business. Odoo was formerly named openERP and therefor TinyERP. There are many apps available to extend Odoo, for example: billing, accounting, manufacturing, purchasing, warehouse management, and project management.
-
Docker: Installation and Basic usage on Ubuntu 15.04
Author: Muhammad Arul • Tags: ubuntu, virtualization • Comments: 5
Docker is an open-source project that provides an open platform for developers and sysadmins to build, package, and run applications anywhere as a lightweight container. This tutorial shows the installation of Docker on Ubuntu 15.04 and the first steps to get started with Docker container management.
-
How to Install and Configure MongoDB on Ubuntu 14.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 5
MongoDB is a NoSQL database that offers a high performance, high availability, and automatic scaling enterprise database. Data is stored in a "document" structure in JSON format (in MongoDB called BSON). MongoDB was first introduced in 2009 and is currently developed by the company MongoDB Inc. This tutorials shows the installation and configuration of MongoDB on Ubuntu 14.04.
-
How to install Wordpress with Nginx, MariaDB and HHVM in Ubuntu 15.04
Author: Muhammad Arul • Tags: mysql, nginx, server, ubuntu, web server • Comments: 9
HHVM (Hip Hop Virtual Machine) is a just-in-time compiler developed by Facebook to run applications that are written in PHP and Hack language. HHVM is faster than the traditional PHP engine from ZEND and is used by Facebook to serve billions of web requests per day. This tutorial describes the steps to install WordPress with Nginx, MariaDB and HHVM on Ubuntu 15.04 Server.
-
How to monitor CentOS and Ubuntu servers with Pandora FMS
Author: Muhammad Arul • Tags: centos, linux, monitoring, ubuntu • Comments: 4
Pandora FMS (Pandora Flexible Monitoring System) is a flexible and highly scalable monitoring software for networks, servers, applications and virtual environments. In this tutorial I will show you how to install Pandora FMS Server on CentOS 7 and how to add a monitoring agent on Ubuntu 15.04.
-
How to Install Proftpd with TLS on Ubuntu 15.04
Author: Muhammad Arul • Tags: ftp, linux, ubuntu • Comments: 0
This article describes the installation of Proftpd with TLS on Ubuntu 15.04. FTP is a insecure protocol as passwords and data are transferred unencrypted. The whole communication can be encrypted by using TLS, thus making FTP a safe protocol to transfer files. This tutorial shows you how to setup a TLS enabled FTP server on Ubuntu.
-
How to Install Postgresql and phpPgAdmin on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 6
PostgreSQL is a powerfull object-relational Database released under a OpenSource BSD-style license. PostgreSQL is well suited for large databases and has many advanced features, so it positions itself in the enterprise database segment. This tutorial will show the installation of PostgreSQL and its web based administration interface phpPgAdmin on Ubuntu 15.04.